home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1999 April / Cd Pc Users extra 19 abril 1999.iso / Pshare / Util / ClipName / ClipName.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1999-02-25  |  1.3 KB  |  44 lines

  1. ; Author: Patrick Philippot
  2.  
  3. [version]
  4. signature="$CHICAGO$"
  5. SetupClass=BASE
  6.  
  7. [DefaultInstall]
  8. CopyFiles=ThisDll.sys.install
  9. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  10.  
  11. [DefaultUnInstall]
  12. DelFiles=ThisDll.sys.install
  13. DelReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  14.  
  15. [ThisDll.Add.Reg]
  16. HKCR,CLSID\{30A53E22-46BE-11CF-925E-0000B465A4FF},,,"%Clipname_DESC%"
  17. HKCR,CLSID\{30A53E22-46BE-11CF-925E-0000B465A4FF}\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
  18. HKCR,CLSID\{30A53E22-46BE-11CF-925E-0000B465A4FF}\InProcServer32,ThreadingModel,,"Apartment"
  19. HKCR,*\ShellEx\ContextMenuHandlers\ClipName,,,"{30A53E22-46BE-11CF-925E-0000B465A4FF}"
  20.  
  21. [ThisDll.Uninst.Reg]
  22. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\ClipName,,,
  23. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\ClipName,"DisplayName",,"ClipName"
  24. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\ClipName,"UninstallString",,"rundll.exe setupx.dll,InstallHinfSection DefaultUnInstall 132 %11%\%SubDir%\clipname.inf"
  25.  
  26. [ThisDll.sys.install]
  27. clipname.dll
  28. clipname.inf
  29.  
  30. [DestinationDirs]
  31. ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
  32.  
  33. [SourceDisksNames]
  34. 55="ClipName 1.0.","",1
  35.  
  36. [SourceDisksFiles]
  37. %ThisDll%=55
  38.  
  39. [Strings]
  40. Clipname_DESC = "ClipName"
  41. SubDir = "ShellExt"
  42. ThisDll = "clipname.dll"
  43.  
  44.